furny.util
Class LoggerUtil

java.lang.Object
  extended by furny.util.LoggerUtil

public final class LoggerUtil
extends java.lang.Object

Utility class for handling loggers.

Since:
11.08.2012
Author:
Stephan Dreyer

Field Summary
private static java.util.logging.Logger LOGGER
           
private static boolean loggerInstalled
           
 
Constructor Summary
private LoggerUtil()
          Instantiation is not allowed.
 
Method Summary
static void installLogger()
          Installs the logger.
static void muteRootLogger()
          Mutes the logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

private static final java.util.logging.Logger LOGGER

loggerInstalled

private static boolean loggerInstalled
Constructor Detail

LoggerUtil

private LoggerUtil()
Instantiation is not allowed.

Since:
11.08.2012
Method Detail

installLogger

public static void installLogger()
Installs the logger.

Since:
12.08.2012

muteRootLogger

public static void muteRootLogger()
Mutes the logger. It will only show warnings.

Since:
12.08.2012